If doing waypoints, we write out the route waypoints (without the routes) and
the standalone waypoints.
*/
- time_t now = 0;
- now = current_time().toTime_t();
-
write_xml_header(ofd);
write_xml_entity_begin1(ofd, "", "NavObjectCollection", "created",
ce_gen_current_time());
uint16_t endianess;
uint32_t ident;
gbfile* ftmp = exif_app->fcache;
- int i;
gbfrewind(ftmp);
ident = gbfgetuint32(ftmp);
gbfseek(ftmp, 6, SEEK_SET);
app->fexif = gbfopen(NULL, "wb", MYNAME);
app->fexif->big_endian = ftmp->big_endian;
- i = gbfcopyfrom(app->fexif, ftmp, 0x7FFFFFFF);
+ gbfcopyfrom(app->fexif, ftmp, 0x7FFFFFFF);
exif_read_app(exif_app);
}